Welcome![Sign In][Sign Up]
Location:
Search - linux myshell

Search list

[Linux-UnixMyShell

Description: linux下shell的一个实现源码-under the realization of a source
Platform: | Size: 37376 | Author: 陈盛荣 | Hits:

[Linux-Unixmyshell

Description: 几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。
Platform: | Size: 39250 | Author: dream.fa | Hits:

[Othermyshell

Description: 在LINUX下,实现一个简单的模仿SHELL的小程序,供初学者交流
Platform: | Size: 71014 | Author: gepeiwei@qq.com | Hits:

[Linux-UnixMyShell

Description: linux下shell的一个实现源码-under the realization of a source
Platform: | Size: 40960 | Author: 陈盛荣 | Hits:

[Linux-UnixMyLoverMyShell

Description: 这是一个linux下的Shell.有命令历史和命令提示,补全功能。现在还不能编程。我会在12月底完成简单的编程功能。-This is a linux under the Shell. An order history and the command prompt to make up fully functional. It was not programmed. I will be completed by the end of December in a simple programming function.
Platform: | Size: 26624 | Author: 冬妮 | Hits:

[Linux-Unixmyshell8

Description: 本人自己写的模拟shell程序,可以执行基本的shell命令,在linux下运行-I wrote it myself simulated shell that can perform basic shell commands, linux in running
Platform: | Size: 2048 | Author: 稀客 | Hits:

[Linux-UnixLinux_myshell

Description: 这是个在Linux系统下用C编写的一个shell程序,这个shell程序实现了包括vi,add,ls,sort,args,history等功能。-This is the Linux system used in the preparation of a C shell, The shell program, including vi, add, ls, sort, args, history, and other functions.
Platform: | Size: 40960 | Author: jason | Hits:

[Linux-Unixmyshell

Description: 几个简单实用的shell程序。它能使你更充分的了解linux下shell编程。-Several simple and practical procedure shell. It gives you a fuller understanding of shell programming under linux.
Platform: | Size: 38912 | Author: dream.fa | Hits:

[Linux-Unixmyshell

Description: 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
Platform: | Size: 2048 | Author: HCY | Hits:

[Shell apiMyShell

Description: 实现Linux的Shell基本功能。包括输入输出重定向,管道,等等。-Shell to achieve the basic functions of Linux. Including input and output redirection, pipes, and so on.
Platform: | Size: 2048 | Author: MSM | Hits:

[Linux-UnixMyShell

Description: 一个shell程序可以实现管道,重定向,cd,后台,ls等功能-a simple shell, can achieve a pipeline, redirects, cd, background, and other functions ls
Platform: | Size: 30720 | Author: 落木 | Hits:

[Linux-Unix01051312.tar

Description: 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行 -With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
Platform: | Size: 24576 | Author: 唐长茂 | Hits:

[Linux-Unixmy_shell

Description: 自己用c写的linux shell,可用供学习使用。是一个比较好的学习资料-C write their own use linux shell, available for study use. Study is a relatively good information
Platform: | Size: 3072 | Author: 李涛 | Hits:

[OS Developmyshell

Description: 用纯C语言编写的一个Linux下的Shell,包含tch和bash的基本功能(包含重定向和后台运行),暂时不支持管道。已经在cygwin和Ubantu 7.10下测试通过。 主要包含: makefile 编译生成myshell可执行文件 myshell.c 主函数(涉及程序入口) utility.c 所有功能函数(将近1000行) myshell.h(包含宏定义、结构体声明、库函数的头文件,及utility.c中的所有函数的声明) readme 用户手册(当用户在myshell里输入help <command> 时,输出<command>的使用说明) -With pure C language under Linux in a Shell, contains tch and bash the basic functions (including redirect and running in the background), the moment does not support the pipeline. Has been under cygwin and test Ubantu 7.10. Mainly includes: makefile compiler generated executable file myshell main function myshell.c (relating to procedures for entrance) utility.c all the features of function (nearly 1000 lines) myshell.h (contains macro definition, the structure declaration, the first document library, and all utility.c statement function) readme user' s manual (when users enter help in myshell <command> , The output <command> The use of explanation)
Platform: | Size: 300032 | Author: Yang | Hits:

[Linux-UnixMyshellv0.2

Description: 在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
Platform: | Size: 116736 | Author: 谢海斌 | Hits:

[Linux-UnixMyshell

Description: 在linux下实现的简单shell 实现了变量 通道 重定向等功能-Simple Shell in linux.
Platform: | Size: 16384 | Author: zhangbo | Hits:

[Linux-UnixMyShell

Description: 模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell variables and variable assignments. At the same time made a simple error input prompts.
Platform: | Size: 5120 | Author: | Hits:

[OS Developmyshell

Description: 中山大学计算机系操作系统基于linux的实验she-sysu
Platform: | Size: 921600 | Author: 刘亦然 | Hits:

[Linux-Unixmyshell

Description: 新版自编 liunx shell ,实现了解释器功能-Linux shell written by myself
Platform: | Size: 36864 | Author: CheeWii | Hits:

[Linux-Unixmyshell

Description: 一个简单的,使用c语言实现的shell解析器。在linux下编译运行后,能够解析简单的shell命令。-A simple shell using c language parser implementation. Compile and run under the linux, it can resolve a simple shell command.
Platform: | Size: 3072 | Author: leigh | Hits:
« 12 3 »

CodeBus www.codebus.net